Bitmap for UWP
GetData<T>(Asynchronous,AsynchronousFlags,T) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > DeviceContext クラス > GetData メソッド : GetData<T>(Asynchronous,AsynchronousFlags,T) メソッド
The asynchronous data provider.
Flags specifying how the command should operate.
The data retrieved from the GPU.
Gets data from the GPU asynchronously.
シンタックス
'宣言
 
Public Overloads Function GetData(Of T As {New, Struct})( _
   ByVal data As Asynchronous, _
   ByVal flags As AsynchronousFlags, _
   ByRef result As T _
) As System.Boolean
public System.bool GetData<T>( 
   Asynchronous data,
   AsynchronousFlags flags,
   out T result
)
where T: new(), struct

パラメータ

data
The asynchronous data provider.
flags
Flags specifying how the command should operate.
result
The data retrieved from the GPU.

型パラメータ

T

戻り値の型

True if result contains valid data, false otherwise.
参照

DeviceContext クラス
DeviceContext メンバ
オーバーロード一覧